home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / gfx / fract / fu1_61.lha / Formulas / MarksMandelPower.Form < prev    next >
Text File  |  1994-07-11  |  244b  |  32 lines

  1. MarksMandelPower
  2. {
  3.     {
  4.         mirrorx
  5.         x1=-2.0
  6.         x2= 2.0
  7.         y1=-1.75
  8.         y2= 1.75
  9.         par1.r=0.5
  10.         par1.i=0.0
  11.         bailout=4.0
  12.     }
  13.     {
  14.         z=pixel
  15.         c=pixel
  16.         s=par1
  17.         c=c-s
  18.         c=pow(z,c)
  19.     }
  20.     {
  21.         z=z*z
  22.         z=c*z
  23.         z=z+pixel
  24.         w=abs(z)
  25.     }
  26.     {
  27.         w>bailout
  28.     }
  29.     {
  30.     }
  31. }
  32.